home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / Professional Programmer XSL IDE / Xselerator25.msi / Data.Cab / F47290_techniques.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-09-24  |  1.1 KB  |  66 lines

  1. body {
  2.     font-size : 2;
  3.     font : Arial;
  4. }
  5. iframe{
  6.     border-top: gray 1px inset;
  7.     border-right: gray 1px inset;
  8.     border-left: gray 1px inset;
  9.     border-bottom: gray 1px inset;
  10.     width: 100%;
  11. }    
  12. textarea{
  13.     border-right: gray 1px inset;
  14.     border-top: gray 1px inset;
  15.     border-left: gray 1px inset;
  16.     border-bottom: gray 1px inset;
  17.     width : 100%;
  18. }
  19. .snippet-header-property{
  20.     font: 10pt;
  21.     font-FAMILY: Verdana;
  22.     white-space : nowrap;
  23.     color : Black;
  24.     font-weight : bold;
  25. }
  26. .snippet-header-text{
  27.     font: 10pt;
  28.     font-FAMILY: Verdana;
  29.     white-space : nowrap;
  30.     color : Black;
  31. }
  32. .snippet-italic{
  33.     font: 10pt;
  34.     font-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  35.     font-style : italic;
  36.     color : Green;
  37. }
  38. .snippet-codeg{
  39.     font: 8pt;
  40.     font-FAMILY:Courier New;    
  41. }
  42. .snippet-eg{
  43.     font: 8pt;
  44.     color : Purple;
  45.     font-FAMILY:Courier New;    
  46.     font-weight : bold;    
  47. }
  48. .snippet-result{
  49.     font: 10pt;
  50.     font-FAMILY:Courier New;
  51.     color : Navy;
  52.     font-weight : bold;    
  53. }
  54. a:active { color: #00CE9C
  55. a:hover  {
  56.     color: Lime
  57. a:link {
  58.     color: Green;
  59. a:visited {
  60.     color: #00CE9C
  61. a { text-decoration:   none